* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
	min-width: 1200px;
	overflow: scroll;
}
a:link,
a:active,
a:visited,
a:hover,
	{
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
	max-width: 100%;
	width: 100%;
}
.header{
    position: relative;
    z-index: 999;
	width: 100%;
	background-color: #fff;
}
.header .content .header-search{
	margin-left: 90px;
}
.header .content .header-search .icon-sousuo {
	font-size: 24px;
	color: rgba(51, 51, 51, 1);
	cursor: pointer;
}
.header .content{
	padding: 24px 4.3%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .r {
	display: flex;
	align-items: center;
}
.header .r .nav {
	display: flex;
}
.header .r .nav li{
    position: relative;
}
.header .r .nav li:not(:last-child){
	margin-right: 55px;
}
.header .r .nav li a{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.header .r .nav li .sub-nav{
	position: absolute;
	top: 100%;
	width: 100%;
	background-color: #fff;
	/*box-shadow: 0px 4px 15px 0px rgba(6, 24, 40, 0.1);*/
	padding: 27px 0;
	display: none;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.header .r .nav li:hover .sub-nav{
	display: block!important;
	visibility: visible;
}
.header .r .nav li .sub-nav a{
	font-size: 16px;
	/*font-family: PingFangSC;*/
	font-weight: 400;
	color: #061828!important;
	line-height: 1;
	opacity: 0.75;
	padding: 0;
}
/*.header .r .nav li:not(:first-child) a{*/
/*    font-size: 18px;*/
/*}*/
.header .r .nav li .sub-nav a:hover{
	color: #005CAD!important;
}
.header .r .nav li .sub-nav p:not(:last-child){
	margin-bottom: 24px;
}
.header .content .aslide {
	margin-left: 40px;
	cursor: pointer;
}
.header .content .aslide .iconfont{
	color: #333;
	font-size: 38px;
}
.header .header-search {
    position: relative;
}
.header .header-search .searchbox {
	position: absolute;
	display: none;
	width: 300px;
	height: 40px;
	top: 76px;
	right: 0;
	z-index: 2;
	background-color: #fff;

}

.header .header-search .searchbox.active {
	display: flex;
}

.header .header-search .searchbox input {
	flex: 1;
	height: auto;
	border: none;
	outline: none;
	padding-left: 20px;
	box-sizing: border-box;
}

.header .header-search .searchbox .btn {
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f0f0f0;
	cursor: pointer;
}

.header .header-search .searchbox .btn .icon-sousuo {
	color: #222;
}

.m_right {
	display: none;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pagination ul {
	display: flex;
	justify-content: center;
}

.pagination ul li {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	/* background: #FFFFFF; */
	font-size: 16px;
	color: #333;
	margin: 0 5px;
	cursor: pointer;
	background: #EEEEEE;
}

.pagination ul li:first-child,
.pagination ul li:last-child {
	width: 62px;
	color: rgba(206, 206, 206, 1);
}

.pagination ul li .iconfont {
	font-size: 12px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(0, 92, 173, 1);
	color: #fff;
}

.pagination ul li a {
	color: #333;
	display: block;
}
.pagination ul li a .iconfont{
	color: rgba(159, 159, 159, 1);
}
.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.pagination ul li:hover a .iconfont,
.pagination ul li.active a .iconfont{
	color: #fff;
}

.footer{
	background-image: url(../img/footer-bg.jpg);
	background-size: cover;
	padding: 56px 0 33px;
}
.footer .footer-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(229, 233, 236, 0.07);
}
.footer .footer-t .l a{
	display: block;
}
.footer .footer-t .l img{
	display: block;
}
.footer .footer-t .r ul{
	display: flex;
}
.footer .footer-t .r li{
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: rgba(165, 165, 165, 0.1);
	border-radius: 50%;
	margin-left: 26px;
}
.footer .footer-t .r li .iconfont{
	display: block;
	margin: 0 auto;
	font-size: 30px;
	color: rgba(153, 153, 153, 1);
}
.footer .footer-t .r li .iconfont.icon-xinlangweibo{
	transform: scale(0.8);
}
.footer .footer-t .r li .iconfont.icon-toutiao{
	transform: scale(0.65);
}
.footer .footer-c{
	display: flex;
	justify-content: space-between;
	margin-top: 65px;
}
.footer .footer-c .l ul{
	display: flex;
}
.footer .footer-c .l li{
	margin-right: 110px;
}
.footer .footer-c .l .li-title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 26px;
}
.footer .footer-c .l .li-text a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.34;
}
.footer .footer-c .r{
	display: flex;
	align-items: center;
}
.footer .footer-c .r .text-box{
	margin-right: 19px;
}
.footer .footer-c .r .btn{
	width: 102px;
	height: 32px;
	background: #252525;
	border-radius: 2px;
	margin: 0 0 0 auto;
	text-align: center;
}
.footer .footer-c .r .text{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;	
	margin-top: 16px;
}
.footer .footer-c .r .tel{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #3485EE;
	line-height: 1;	
	margin-top: 25px;
}
.footer .footer-c .r .btn a{
	display: block;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;

}
.footer .footer-b{
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #545353;
	line-height: 1;
	margin-top: 106px;
}
.footer .footer-b a{
	color: #545353;;
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
}
.banner1 .banner-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.banner1 .banner-box .zh{
	font-size: 60px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.banner1 .banner-box .en{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 18px;
}
.common-nav{
	position: relative;
	height: 90px;
	box-shadow: 0px 0px 27px 0px rgba(154, 153, 153, 0.17);
}
.common-nav .content1400{
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.common-nav .l .swiper{
	height: 100%;
}
.common-nav .l .swiper .swiper-slide{
	position: relative;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	width: 188px;
}
.common-nav .l .swiper .swiper-slide::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 13px;
	height: 7px;
	bottom: 22px;
	z-index: 2;
	background-image: url(../img/bottom.png);
}
.common-nav .l .swiper .swiper-slide.active,
.common-nav .l .swiper .swiper-slide:hover{
	background-color: rgba(0, 92, 173, 1);
}
.common-nav .l .swiper .swiper-slide a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #333333;
}
.common-nav .l .swiper .swiper-slide.active a,
.common-nav .l .swiper .swiper-slide:hover a{
	color: #fff;
	font-weight: bold;
}
.common-nav .r{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 27.18%;
	background-color: rgba(0, 92, 173, 1);
	display: flex;
	align-items: center;
	padding-left: 4.6%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
}
.common-nav .r a{
	color: #fff;
}
.common-bread{
	height: 54px;
	background: #F1F1F1;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 54px;
	text-align: right;
}
.common-bread a{
	color: #999;
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1530px) {
	.content1500 {
		width: 94%;
	}
	.footer .footer-c .l li{
		margin-right: 60px;
	}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
	.header .r .nav li:not(:last-child){
		margin-right: 23px;
	}
	.common-nav .l .swiper .swiper-slide{
		width: 150px;
	}
	.common-nav .r{
		width: 24%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1230px) {
	.content1200 {
		width: 94%;
	}
}

@media (max-width:1199px) {
	.m_right {
		display: block;
	}

	.m_right .m_right_buttom {
		height: 40px;
		width: 40px;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
	}

	.m_right .m_right_buttom .iconfont {
		font-size: 22px;
		color: #fff;
		font-weight: bold;
	}

	.m_right .m_aside {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		background-color: rgba(8, 8, 8, 1);
		z-index: 999;
		transform: translateX(100%);
		transition: all 0.6s;
		border-top: 1px solid #212121;
	}

	.m_right .m_aside.active {
		transform: translateX(0);
	}

	.m_right .m_aside li {
		border-bottom: 1px solid #212121;
		text-align: center;
		padding: 8px 0;
	}
	.m_right .m_aside li.hasNav>a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 18px;
		color: #fff;
	}
	.m_right .m_aside li .sub-nav{
			display: none;
			padding-left: 20px;
	}
	/* :hover .sub-nav{
		display: block;
	} */
	.m_right .m_aside li .sub-nav a{
		color: #fff;
		font-size: 16px;
		line-height: 2;
	}
	.m_aside li .zh {
		font-size: 18px;
		line-height: 28px;
		color: #fff;
	}

	.m_aside li .en {
		font-size: 16px;
		color: #999999;
	}

	.m_searchbox_li .iconfont {
		font-size: 24px;
		color: #999;
		cursor: pointer;
	}

	.m_searchbox {
		display: none;
		margin: 0 auto;
		justify-content: center;
		margin-top: 10px;
		align-items: flex-start;
	}

	.m_searchbox.active {
		display: flex;
	}

	.m_searchbox input {
		width: 70%;
		height: 32px;
		border: 1px solid #D0D0D0;
		border-right: none;
		outline: none;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.m_searchbox .btn {
		background-color: #F0F0F0;
		width: 37px;
		height: 32px;
		line-height: 32px;
		text-align: center;
	}
}
